﻿body {
    margin: 0px;
    /* overflow: hidden; */
    margin: 0;
    font-family: Arial, sans-serif;
  }
p {
  margin-bottom: 5px;
}
.v3d-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.fullscreen-button {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-size: 100% 100%;
  display: none;
  z-index: 1;
}

.fullscreen-open {
  background-image: url("media/fullscreen_open.svg");
}

.fullscreen-close {
  background-image: url("media/fullscreen_close.svg");
}

/* removes tap blinking on ios devices */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* `````````````````````My CSS`````````````````` */
.English_Chinese {
  width: 40px;
  height: 40px;
  background-size: 100% 100%;
  background-image: url(./icons/ench.svg);
}

.swiper {
  width: 100%;
  /* height: 100%; */
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin: 0; */
  margin-bottom: 20px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container1 {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  /* background-color: #b3bec7; */
}
.left,
.right {
  box-sizing: border-box;
  height: 100vh;
}
.left {
  position: relative;
  flex: 1;
  background-color: #7f7f7f;
}
.logoText{
  font-size: 30px;
  color: rgb(255, 255, 255);
  opacity: 0.5;
  font-family: sans-serif;
  text-align: center;
  text-decoration: none;
  position: absolute;
  width: 80%;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  user-select: none;
  z-index: 998;
  text-shadow: rgb(0, 0, 0) 1px 1px;
}

.right {
  background-color: #e4eaef;
  border: 3px solid rgb(224, 224, 224);
  border-radius: 10px;
  width: 400px; /* Right side fixed width */
  padding: 15px;
  padding-top: 1px ;
  overflow: auto;
}
.right .face {
  display: flex;
  /* justify-content: space-between; */
}
@media (max-width: 768px) {
  .container1 {
    flex-direction: column; /* Change to vertical layout on mobile */
  }
  .left,
  .right {
    width: 100%;
    /* height: 80vh;    */
  }
  .left {
    flex: unset;
    height: 66vh;
    overflow: hidden;
  }
  .right {
    height: 34vh;
    overflow: auto;
  }
  .logoText{
    font-size: 16px;
  }
}
.btn-group,
.btn-group-vertical {
  margin: 5px 0;
  width: 100%;
  text-align: center;
}
button.btn.btn-success.collapsed {
  margin-bottom: 10px;
}
img {
  border-radius: 5px;
}
.container {
  text-align: center;
}

.size-display {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}

.slider-container {
  display: flex;
  align-items: center;
}

#progressBar-length,
#progressBar-width {
  width: 100%;
}
.container {
  text-align: center;
  padding: 2px;
}

.size-display {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
}

.slider-container {
  display: flex;
  align-items: center;
}

#progressBar-length,
#progressBar-width {
  width: 100%;
}
.pannelBorder {
  border: 2px solid #f1f1f1;
  padding: 10px;
  border-radius: 14px;
  box-shadow: 2px 2px 6px 0px rgb(185 185 185 / 80%);
  margin-bottom: 10px;
}

.v3d-annotation {
  color: #ffffff;
  background: rgba(9, 119, 236, 0.8);
  border: 1px solid #fff;
  font-size: 18px;
  line-height: 13px;
}

.v3d-annotation-dialog {
  color: #ffffff;
  background: rgba(9, 119, 236, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.8);
  top: 30px;
  left: -40px;
  min-width: 100px;
}

.v3d-simple-preloader-logo {
  background-image: url("media/simple_preloader_logo.svg");
}

.v3d-simple-preloader-bar {
  background: linear-gradient(90deg, #ffffff, #3a37eb);
  height: 5px;
  border-color: #1458ae;
}
